type google.golang.org/grpc.clientStream
17 uses
google.golang.org/grpc (current package)
stream.go#L325: cs := &clientStream{
stream.go#L410: func (cs *clientStream) newAttemptLocked(isTransparent bool) (*csAttempt, error) {
stream.go#L537: type clientStream struct {
stream.go#L599: cs *clientStream
stream.go#L625: func (cs *clientStream) commitAttemptLocked() {
stream.go#L638: func (cs *clientStream) commitAttempt() {
stream.go#L744: func (cs *clientStream) retryLocked(attempt *csAttempt, lastErr error) error {
stream.go#L767: func (cs *clientStream) Context() context.Context {
stream.go#L777: func (cs *clientStream) withRetry(op func(a *csAttempt) error, onSuccess func()) error {
stream.go#L823: func (cs *clientStream) Header() (metadata.MD, error) {
stream.go#L862: func (cs *clientStream) Trailer() metadata.MD {
stream.go#L877: func (cs *clientStream) replayBufferLocked(attempt *csAttempt) error {
stream.go#L886: func (cs *clientStream) bufferForRetryLocked(sz int, op func(a *csAttempt) error, cleanup func()) {
stream.go#L900: func (cs *clientStream) SendMsg(m any) (err error) {
stream.go#L971: func (cs *clientStream) RecvMsg(m any) error {
stream.go#L1000: func (cs *clientStream) CloseSend() error {
stream.go#L1030: func (cs *clientStream) finish(err error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)